Try again to fix tests
authorJustin Burkett <justin@burkett.cc>
Tue, 22 Jun 2021 03:10:22 +0000 (23:10 -0400)
committerJustin Burkett <justin@burkett.cc>
Tue, 22 Jun 2021 03:10:22 +0000 (23:10 -0400)
which-key-tests.el

index e2cd0ef6e3d05e3ee426b90cab1849a52b2c2ac9..40566e73aa43700b07012b4f3a24210458b52ec8 100644 (file)
@@ -26,6 +26,7 @@
 
 (require 'which-key)
 (require 'ert)
+(require 'evil)
 
 (ert-deftest which-key-test--keymap-based-bindings ()
   (let ((map (make-sparse-keymap))
         (evil-local-mode t)
         (evil-state 'normal)
         which-key-replacement-alist)
-    (require 'evil)
     (define-key map [which-key-a] '(which-key "blah"))
     (define-key map "b" 'ignore)
     (define-key map "c" "c")